• Getting started with D Phobos documentation sucks D Programming Language Discussion

    Updated: 2012-09-29 20:51:41
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D Getting started with D Phobos documentation sucks D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help 4 hours ago Getting started with D Phobos documentation sucks Mr . Anonymous Reply Hi guys . I was browsing the book Programming in D by Ali Çehreli . It was pretty much clear , and then I stumbled upon this on page 89 : 20.9 Exercises 1. Browse the documentations of the std.string , std.array , std.algorithm , and

  • Idea Introduce zero-terminated string specifier D Programming Language Discussion

    Updated: 2012-09-29 04:42:42
    : Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D Idea : Introduce zero-terminated string specifier D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help 1 hour ago Idea : Introduce zero-terminated string specifier Andrej Mitrovic Reply I've noticed I'm having to do a lot of to string calls when I want to call the versatile writef( function . So I was thinking , why not introduce a special zero-terminated string specifier which would both alleviate the need to call to

  • Dangling if D Programming Language Discussion

    Updated: 2012-09-29 04:42:42
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D Dangling if D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help 1 day ago Dangling if Andrej Mitrovic Reply So I just had a bug I thought I'd never have : dpaste.dzfl.pl 5c0ab8b8 It's pretty obvious what's going on from that code snippet . But in a larger codebase where refactoring happens often it's easy to make a mistake of leaving out a dangling if statement , which is exactly what happened here . It could be

  • I have a feature request Named enum scope inference D Programming Language Discussion

    Updated: 2012-09-29 04:42:42
    : Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D I have a feature request : Named enum scope inference D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help 1 hour ago I have a feature request : Named enum scope inference Tommi Reply I have a feature request : Named enum scope inference The idea is , that whenever a named enum value is expected , you don't need to explicitly specify the scope of the enum value . This would reduce redundancy in typing , just like

  • I think we need to standardize where D headers are to be installed D Programming Language Discussion

    Updated: 2012-09-29 04:42:42
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D I think we need to standardize where D headers are to be installed D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help 14 hours ago I think we need to standardize where D headers are to be installed Alex Rønne Petersen Reply It seems it's very inconsistent where D headers are installed across various systems distros . Some use PREFIX include d some use PREFIX include Alex Rønne Petersen alex lycus.org http : lycus.org 9

  • Dangling if D Programming Language Discussion

    Updated: 2012-09-29 04:42:42
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D Dangling if D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help 1 day ago Re : Dangling if Jonathan M Davis Reply On Friday , September 28, 2012 03:43:13 Andrej Mitrovic wrote : So I just had a bug I thought I'd never have : dpaste.dzfl.pl 5c0ab8b8 It's pretty obvious what's going on from that code snippet . But in a larger codebase where refactoring happens often it's easy to make a mistake of leaving out a dangling if

  • Rust and D D Programming Language Discussion

    Updated: 2012-09-28 01:47:17
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D Rust and D D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help 28 minutes ago Rust and D bearophile Reply Most comparisons between Go and D on Reddit aren't good , but this time there is an almost decent comparison between D and Rust : http : www.reddit.com r programming comments 10k9ao why_i_think_rust_is_the_language_of_the_future I think the most direct competitor of D is going to become Rust beside of course C and

  • digitalmars.D index page 1148 D Programming Language Discussion

    Updated: 2012-09-28 01:47:17
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D page 1148 D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help digitalmars.D Thread Thread Starter Last Post Replies Test by Jan Knepper April 26, 2004 by Jan Knepper 0 First Prev Next Last 1144 1145 1146 1147 1148 Top Discussion index D home Copyright 1999-2012 by Digital Mars All Rights Reserved

  • HMAC-SHA1 D Programming Language Discussion

    Updated: 2012-09-27 17:33:50
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D HMAC-SHA1 D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help 2 hours ago HMAC-SHA1 Daniel Kozak Reply Hi all , I try to find hmac in phobos , but I dont find anything . Is there some unnoficial library for D which I can use Daniel Kozak 2 hours ago Re : HMAC-SHA1 Piotr Szturmaj Posted in reply to Daniel Kozak Reply Daniel Kozak wrote : Hi all , I try to find hmac in phobos , but I dont find anything . Is there some

  • LDC blacklisted in Ubuntu D Programming Language Discussion

    Updated: 2012-09-27 17:33:49
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D LDC blacklisted in Ubuntu D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help 1 hour ago Re : LDC blacklisted in Ubuntu H . S . Teoh Reply On Thu , Sep 27, 2012 at 11:46:12AM 0200, Joseph Rushton Wakeling wrote : On 27 09 12 09:20, Brad Roberts wrote : On reflection , 4 is not going to work for dmd . neither ubuntu nor debian , nor most distributions are going to be happy with the license situation . Would Debian have a

  • dynamic library building and loading D Programming Language Discussion

    Updated: 2012-09-27 01:28:20
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D dynamic library building and loading D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help 6 hours ago dynamic library building and loading Andrei Alexandrescu Reply Haven't done any dynamic linking with D and I need to . I'm using dmd 2.058 Linux at work to build and use dynamic libraries . Here's my attempt : Makefile all : main lib.so main : main.d dmd main lib.so : lib.d dmd fPIC shared lib.d of . lib.so lib.d extern(C

  • Ch-ch-changes D Programming Language Discussion

    Updated: 2012-09-27 01:28:20
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D Ch-ch-changes D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help 1 day ago Ch-ch-changes Andrei Alexandrescu Reply Hello all , There's quite a few changes that we're very excited about , that I'd love to share to the extent possible . First , we have decided to extend commit rights to Daniel Murphy and Martin Nowak , two heavyweight dmd contributors better known under their noms de plume : yebblies and dawgfoto ,

  • Order of evaluation aka hidden undefined behaviours D Programming Language Discussion

    Updated: 2012-09-27 01:28:20
    . Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D Order of evaluation aka hidden undefined . behaviours D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help 1 day ago Order of evaluation aka hidden undefined . behaviours Iain Buclaw Reply Pop quiz Analyse this code : string abc float[ A( abc A return float[ B( abc B return float[ C( abc C return void main( A( B( C( assert(abc Without cheating , I invite people to have a good guess what abc' is equal to , but just to

  • Function prototype definition in the same file D Programming Language Discussion

    Updated: 2012-09-25 13:14:34
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D Function prototype definition in the same file D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help 20 minutes ago Function prototype definition in the same file Manu : Attachments text html part Reply So I have this recurring pattern , it's really starting to annoy me . It stems from the fact that a function prototype and the definition can not appear in the same file in D as it can in C C++ Eg , void func(int x Top

  • DIP19 Remove comma operator from D and provision better syntactic support for tuples D Programming L

    Updated: 2012-09-24 20:57:53
    : Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D DIP19 : Remove comma operator from D and provision better syntactic support for tuples D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help 23 hours ago DIP19 : Remove comma operator from D and provision better syntactic support for tuples Andrei Alexandrescu Reply I discussed this with Walter , and we concluded that we could deprecate the comma operator if it helps tuples . So I started with this : http :

  • LDC blacklisted in Ubuntu D Programming Language Discussion

    Updated: 2012-09-20 23:39:08
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D LDC blacklisted in Ubuntu D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help 5 hours ago LDC blacklisted in Ubuntu Joseph Rushton Wakeling Reply Some rather urgent news : LDC has just been blacklisted in Ubuntu . https : bugs.launchpad.net ubuntu source ldc bug 941549 This seems to be entirely down to no one keeping the Debian universe up to date with the latest LDC work . Could someone on the LDC team get in touch with

  • Log in D Programming Language Discussion

    Updated: 2012-09-16 23:22:23
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta Log in D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links Register Log in Help Log in : Username : Password Register to keep your preferences and read post history on the . server Top Discussion index D home Copyright 1999-2012 by Digital Mars All Rights Reserved

  • digitalmars.D index page 3 D Programming Language Discussion

    Updated: 2012-09-16 23:22:21
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D page 3 D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help digitalmars.D Thread Thread Starter Last Post Replies Eliminate redundancy of dup idup by kenji hara 6 days ago by Daniel Murphy 21 Dlist and SList splice operations by monarch_dodra 6 days ago by monarch_dodra 0 OT Keeping algorithm and optimisations separated by renoX 6 days ago by Guillaume Chatelet 2 Keyword arguments Named parameters library implementation

  • digitalmars.D index page 2 D Programming Language Discussion

    Updated: 2012-09-16 23:22:21
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D page 2 D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help digitalmars.D Thread Thread Starter Last Post Replies LDC by Russel Winder 2 days ago by Andrei Alexandrescu 21 DMD in distribute of linux by Habibutsu 2 days ago by Alex Rønne Petersen 5 BIg semantic issues with SList DList by monarch_dodra 3 days ago by monarch_dodra 2 Whether it is possible to produce PURELY statically linked program in D just like C++ by

  • digitalmars.D index page 4 D Programming Language Discussion

    Updated: 2012-09-16 23:22:20
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D page 4 D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help digitalmars.D Thread Thread Starter Last Post Replies Shouldn't c_long and c_ulong be library typedefs by Andrej Mitrovic September 06 by Andrej Mitrovic 2 Shouldn't c_long and c_ulong be library typedefs by Andrej Mitrovic September 06 by Mehrdad 4 Trouble creating a formatted assert wrapper by Peter Alexander September 05 by Chris Nicholson-Sauls 18 scope for

  • digitalmars.D index page 5 D Programming Language Discussion

    Updated: 2012-09-16 23:22:19
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D page 5 D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help digitalmars.D Thread Thread Starter Last Post Replies best practices tutorial needed for function signature , class vs struct , etc by timotheecour September 02 by deed 5 I won't be for the pull requests review today by Andrei Alexandrescu September 02 by SomeDude 1 std.boxer by Alex Rønne Petersen September 02 by Andrei Alexandrescu 1 version(assert by Peter

  • digitalmars.D index D Programming Language Discussion

    Updated: 2012-09-16 23:22:18
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help digitalmars.D Thread Thread Starter Last Post Replies totally satisfied D by Jøn 22 minutes ago by Jøn 0 array.sort What algorithm is being used here by Daniel Harper 1 hour ago by jerro 1 Win32 Remotely execute functions of a D program by alex 2 hours ago by alex 10 SpanMode uses incorrect terminology breadth by Ben Davis 3 hours ago by Ben Davis 0 References in D by

  • Index D Programming Language Discussion

    Updated: 2012-09-05 22:45:32
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta Forum Index D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links Log in Help D Programming Language Forum Last Post Threads Posts digitalmars.D General discussion of the D programming . language Trouble creating a formatted by Chris Nicholson-Sauls 2 hours ago 17,102 174,315 digitalmars.D.announce Announcements for anything D related GC vs . Manual Memory by Nathan M . Swan 1 hour ago 2,289 24,452 digitalmars.D.bugs Bug reports for D compiler and library Issue 8622 Allow labeled by

  • Overview D Programming Language

    Updated: 2012-09-05 22:45:32
    Entire D Site Library Reference Newsgroup Archives D Programming Language D Home Overview Example : wc Warnings Rationale for Builtins Converting C to D Converting C++ to D The C Preprocessor vs D Features Downloads Tools Change Log Bug Tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference How-tos Articles Community Forums GitHub Wiki Review Queue Twitter Links Translate this page : Improve this page Quickly fork , edit online , and submit a pull request for this page . Requires a signed-in GitHub account . This works well for small changes . If you'd like to make larger changes you may want to consider using local clone . Page wiki View or edit the community-maintained wiki page associated with this

  • Home D Programming Language

    Updated: 2012-09-05 22:45:32
    Entire D Site Library Reference Newsgroup Archives D Programming Language D Home Overview Features Downloads Tools Change Log Bug Tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference How-tos Articles Community Forums GitHub Wiki Review Queue Twitter Links Translate this page : Improve this page Quickly fork , edit online , and submit a pull request for this page . Requires a signed-in GitHub account . This works well for small changes . If you'd like to make larger changes you may want to consider using local clone . Page wiki View or edit the community-maintained wiki page associated with this page . The D programming language . Modern convenience . Modeling power . Native . efficiency your code here

  • Downloads D Programming Language

    Updated: 2012-09-05 22:45:31
    Entire D Site Library Reference Newsgroup Archives D Programming Language D Home Overview Features Downloads Tools Linux notes Windows notes Mac OSX notes FreeBSD notes GDC D Compiler Linker Profiler Code Coverage DMD Script Shell Windows Debugger C h to D d Editors More Tools Change Log Bug Tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference How-tos Articles Community Forums GitHub Wiki Review Queue Twitter Links Translate this page : Improve this page Quickly fork , edit online , and submit a pull request for this page . Requires a signed-in GitHub account . This works well for small changes . If you'd like to make larger changes you may want to consider using local clone . Page wiki View or edit the

  • Comparison D Programming Language

    Updated: 2012-09-05 22:45:31
    Entire D Site Library Reference Newsgroup Archives D Programming Language D Home Overview Features Features Downloads Tools Change Log Bug Tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference How-tos Articles Community Forums GitHub Wiki Review Queue Twitter Links Translate this page : Improve this page Quickly fork , edit online , and submit a pull request for this page . Requires a signed-in GitHub account . This works well for small changes . If you'd like to make larger changes you may want to consider using local clone . Page wiki View or edit the community-maintained wiki page associated with this page . Comparison To D , or not to D . William Nerdspeare This table is a quick and rough list of

  • Bug tracker for dmd D Programming Language

    Updated: 2012-09-05 22:45:28
    Entire D Site Library Reference Newsgroup Archives D Programming Language D Home Overview Features Downloads Tools Change Log Bug Tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference How-tos Articles Community Forums GitHub Wiki Review Queue Twitter Links Translate this page : Improve this page Quickly fork , edit online , and submit a pull request for this page . Requires a signed-in GitHub account . This works well for small changes . If you'd like to make larger changes you may want to consider using local clone . Page wiki View or edit the community-maintained wiki page associated with this page . Bug tracker for dmd Current bugs report new bug Regression Blocker Critical Major Normal , minor , or

  • D 2.0 FAQ D Programming Language

    Updated: 2012-09-05 22:45:27
    Entire D Site Library Reference Newsgroup Archives D Programming Language D Home Overview Features Downloads Tools Change Log Bug Tracker FAQ const(FAQ Rationale Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference How-tos Articles Community Forums GitHub Wiki Review Queue Twitter Links Translate this page : Improve this page Quickly fork , edit online , and submit a pull request for this page . Requires a signed-in GitHub account . This works well for small changes . If you'd like to make larger changes you may want to consider using local clone . Page wiki View or edit the community-maintained wiki page associated with this page . D 2.0 FAQ The same questions keep cropping up , so the obvious thing to do is

  • D Runtime Library

    Updated: 2012-09-05 22:45:27

  • Acknowledgements D Programming Language

    Updated: 2012-09-05 22:45:27
    Entire D Site Library Reference Newsgroup Archives D Programming Language D Home Overview Features Downloads Tools Change Log Bug Tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference How-tos Articles Community Forums GitHub Wiki Review Queue Twitter Links Translate this page : Improve this page Quickly fork , edit online , and submit a pull request for this page . Requires a signed-in GitHub account . This works well for small changes . If you'd like to make larger changes you may want to consider using local clone . Page wiki View or edit the community-maintained wiki page associated with this page . Acknowledgements The following incomplete list of people have contributed to the D language project

  • The D Programming Language Andrei Alexandrescu 9780321635365 Amazon.com Books

    Updated: 2012-09-05 22:45:26
    : : : : Amazon Your Amazon.com Today's Deals Gift Cards Help Shop by Department Search Books All Departments Amazon Instant Video Appliances Apps for Android Arts , Crafts Sewing Automotive Baby Beauty Books Cell Phones Accessories Clothing Accessories Collectibles Computers Electronics Gift Cards Store Grocery Gourmet Food Health Personal Care Home Kitchen Industrial Scientific Jewelry Kindle Store Magazine Subscriptions Movies TV MP3 Downloads Music Musical Instruments Office Products Patio , Lawn Garden Pet Supplies Shoes Software Sports Outdoors Tools Home Improvement Toys Games Video Games Watches Hello . Sign in Your Account Cart 0 Wish List Books Advanced Search Browse Subjects New Releases Best Sellers The New York Times® Best Sellers Children's Books Textbooks Sell Your Books

  • Sitemap D Programming Language

    Updated: 2012-09-05 22:45:26
    Entire D Site Library Reference Newsgroup Archives D Programming Language D Home Overview Features Downloads Tools Change Log Bug Tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference How-tos Articles Community Forums GitHub Wiki Review Queue Twitter Links Translate this page : Improve this page Quickly fork , edit online , and submit a pull request for this page . Requires a signed-in GitHub account . This works well for small changes . If you'd like to make larger changes you may want to consider using local clone . Page wiki View or edit the community-maintained wiki page associated with this page . Sitemap Acknowledgements Application Binary Interface Arrays ASCII Table Associative Arrays Attributes

  • Intro D Programming Language 1.0 Digital Mars

    Updated: 2012-09-05 22:45:26
    D Programming Language 1.0 Forum Wiki Search Downloads Home Last update Sun Jan 29 02:08:28 2012 D 1.0 Home Language Reference Library Reference Comparisons D2 Home Overview D for Win32 Win32 DLLs in D COM Programming C h to D Modules FAQ Style Guide Example : wc Future D Change Log Tech Tips Rationale Warnings Issues Bugs Articles Memory Management Exception Safety Templates Revisited Regular Expressions Lazy Evaluation Variadic Templates Tuples Mixins Tools DMD D Compiler Linux DMD D Compiler FreeBSD DMD D Compiler Mac OSX DMD D Compiler windows GDC D Compiler Linker Profiler Code Coverage DMD Script Shell Windows Debugger C h to D d Editors More Tools Forums All Forums digitalmars.D digitalmars.D.announce digitalmars.D.dwt digitalmars.D.learn digitalmars.D.bugs digitalmars.D.debugger

  • Ten Things You Should Know About Haskell Syntax Bartosz Milewski's Programming Cafe

    Updated: 2012-09-05 22:45:24
    Home About Bartosz Milewski's Programming Cafe Concurrency , Multicore , C++ , Haskell September 5, 2012 Ten Things You Should Know About Haskell Syntax Posted by Bartosz Milewski under Functional Programming Haskell Programming Tutorial Leave a Comment I have posted a new blog about Haskell that I think may be read and understood by any curious programmers . It’s about Haskell syntax , which seems very weird at first but actually makes a lot of . sense Follow BartoszMilewski Like : this Like Be the first to like . this Leave a Reply Cancel reply Enter your comment here . Fill in your details below or click an icon to log : in Email required Address never made public Name required Website You are commenting using your WordPress.com account . Log Out Change You are commenting using your

  • D iving Into the D Programming Language 1.1 Numbers and Expressions InformIT

    Updated: 2012-09-05 22:45:23
    Home Articles Programming Ruby D iving Into the D Programming Language By Andrei Alexandrescu Jul 29, 2009 Contents Contents 1.1 Numbers and Expressions 1.2 Statements 1.3 Function Basics 1.4 Arrays and Associative Arrays 1.5 Basic Data Structures 1.6 Interfaces and Classes 1.7 Values vs . References 1.8 Templates Print Share This Discuss Page 1 of 8 Next From the book D Programming Language , Rough Cuts , The Learn More Buy Andrei Alexandrescu dives into explaining the basics of the D programming . language You know what's coming first , so without further : ado import std.stdio void main( writeln( Hello , world Depending on other languages you know , you might have a feeling of déjà vu , a mild satisfaction that this little task doesn't already acquaint you with one third of the

  • Concurrency in the D Programming Language 13.1 Concurrentgate InformIT

    Updated: 2012-09-05 22:45:20
    Home Articles Programming C C++ Concurrency in the D Programming Language By Andrei Alexandrescu Jul 6, 2010 Contents Contents 13.1 Concurrentgate 13.2 A Brief History of Data Sharing 13.3 Look , Ma , No Default Sharing 13.4 Starting a Thread 13.5 Exchanging Messages between Threads 13.6 Pattern Matching with receive 13.7 File Copyingwith a Twist 13.8 Thread Termination 13.9 Out-of-Band Communication 13.10 Mailbox Crowding 13.11 The shared Type Qualifier 13.12 Operations with shared Data and Their Effects 13.13 Lock-Based Synchronization with synchronized classes 13.14 Field Typing in synchronized classes 13.15 Deadlocks and the synchronized Statement 13.16 Lock-Free Coding with shared classes 13.17 Summary Print Share This Discuss Page 1 of 17 Next This chapter is from the book The D

  • Tutorial Bartosz Milewski's Programming Cafe

    Updated: 2012-09-05 22:45:20
    Home About Bartosz Milewski's Programming Cafe Concurrency , Multicore , C++ , Haskell Tutorial Archived Posts from this Category September 5, 2012 Ten Things You Should Know About Haskell Syntax Posted by Bartosz Milewski under Functional Programming Haskell Programming Tutorial Leave a Comment I have posted a new blog about Haskell that I think may be read and understood by any curious programmers . It’s about Haskell syntax , which seems very weird at first but actually makes a lot of . sense Follow BartoszMilewski November 13, 2011 C++11 Concurrency Series : 9. Condition Variables Posted by Bartosz Milewski under C++ Concurrency Multithreading Programming Tutorial 3 Comments The latest tutorial is out . I talk in some depth about condition variables and then show how to use them in

  • Ten Things You Should Know About Haskell Syntax Bartosz Milewski's Programming Cafe

    Updated: 2012-09-05 22:45:19
    Home About Bartosz Milewski's Programming Cafe Concurrency , Multicore , C++ , Haskell September 5, 2012 Ten Things You Should Know About Haskell Syntax Posted by Bartosz Milewski under Functional Programming Haskell Programming Tutorial Leave a Comment I have posted a new blog about Haskell that I think may be read and understood by any curious programmers . It’s about Haskell syntax , which seems very weird at first but actually makes a lot of . sense Follow BartoszMilewski Like : this Like Be the first to like . this Leave a Reply Cancel reply Enter your comment here . Fill in your details below or click an icon to log : in Email required Address never made public Name required Website You are commenting using your WordPress.com account . Log Out Change You are commenting using your

  • 2012 September Bartosz Milewski's Programming Cafe

    Updated: 2012-09-05 22:45:17
    Home About Bartosz Milewski's Programming Cafe Concurrency , Multicore , C++ , Haskell September 2012 Monthly Archive September 5, 2012 Ten Things You Should Know About Haskell Syntax Posted by Bartosz Milewski under Functional Programming Haskell Programming Tutorial Leave a Comment I have posted a new blog about Haskell that I think may be read and understood by any curious programmers . It’s about Haskell syntax , which seems very weird at first but actually makes a lot of . sense Follow BartoszMilewski Search : for Subscribe RSS Posts Email Subscription Enter your email to receive new post . notifications Join 144 other followers Top Posts Ten Things You Should Know About Haskell Syntax Monads for the Curious Programmer , Part 1 Who ordered memory fences on an x86 Monads in C++ C++

  • Phobos Runtime Library D Programming Language Digital Mars

    Updated: 2012-09-05 22:45:16
    Entire D Site Library Reference Newsgroup Archives D Programming Language D Language Phobos Phobos prerelease Comparisons object std std.algorithm std.array std.ascii std.base64 std.bigint std.bitmanip std.compiler std.complex std.concurrency std.container std.contracts std.conv std.cpuid std.csv std.ctype std.date std.datetime std.demangle std.encoding std.exception std.file std.format std.functional std.getopt std.gregorian std.json std.math std.mathspecial std.md5 std.metastrings std.mmfile std.numeric std.outbuffer std.parallelism std.path std.process std.random std.range std.regex std.regexp std.signals std.socket std.socketstream std.stdint std.stdio std.cstream std.stream std.string std.system std.traits std.typecons std.typetuple std.uni std.uri std.utf std.uuid std.variant std.xml

  • D Runtime Library

    Updated: 2012-09-05 22:45:16

  • D Runtime Library

    Updated: 2012-09-05 22:45:16

  • D Runtime Library

    Updated: 2012-09-05 22:45:16

  • Wiki4D FrontPage

    Updated: 2012-09-05 22:45:15
    : Last update September 5, 2012 About The D Community How To . Best Practices Tutorials More Links Development Compilers Build Tools Debuggers Editors and IDE's Grammar Parsers Digital Mars tools Language Development Projects Libraries GUI Libraries Database Bindings Games Wiki4D Test Page Message Board Search Contributors Index Help FrontPage News TestPage MessageBoard Search Contributors Folders Index Help Preferences Edit Front Page The D Programming Language has been said to be what C++ wanted to be , which is a better C . D is developed with system level programming in mind , but brings to the table modern language design with a simple C-like syntax . For these reasons D makes for a good language choice for both performance code and application development . Why switch to D

  • Wiki4D ReviewQueue

    Updated: 2012-09-05 22:45:14
    : Last update August 20, 2012 About The D Community How To . Best Practices Tutorials More Links Development Compilers Build Tools Debuggers Editors and IDE's Grammar Parsers Digital Mars tools Language Development Projects Libraries GUI Libraries Database Bindings Games Wiki4D Test Page Message Board Search Contributors Index Help FrontPage News TestPage MessageBoard Search Contributors Folders Index Help Preferences Edit Review Queue This is the review queue of pending packages to get into the D Standard Library Phobos The review process is explained here Currently being reviewed std.hash now std.digest Johannes Pfau Code https : github.com jpf91 phobos tree newHash std digest https : github.com jpf91 phobos compare master . newHash Docs http : dl.dropbox.com u 24218791 d phobos

  • External Links D Programming Language Digital Mars

    Updated: 2012-09-05 22:45:13
    D Programming Language Forum Wiki Search Downloads Home Last update Sat May 12 11:13:13 2012 D 1.0 D 2.0 Overview D for Win32 Win32 DLLs in D COM Programming C h to D Modules FAQ Style Guide Example : wc Future D Change Log Tech Tips Rationale Warnings Issues Bugs Articles Hijacking Const Memory Management Exception Safety Templates Revisited Regular Expressions Lazy Evaluation Variadic Templates Tuples Mixins Tools DMD D Compiler Linux DMD D Compiler FreeBSD DMD D Compiler Mac OSX DMD D Compiler Windows GDC D Compiler Linker Profiler Code Coverage DMD Script Shell Windows Debugger C h to D d Editors More Tools Forums All Forums digitalmars.D digitalmars.D.announce digitalmars.D.dwt digitalmars.D.learn digitalmars.D.bugs digitalmars.D.debugger digitalmars.D.ide digitalmars.D.dtl D.gnu Old

  • Help D Programming Language Discussion

    Updated: 2012-09-05 22:45:11
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta Help D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links Log in Help View modes You can browse the discussions using one of several view modes : Basic A forum-like view with paged linear . threads Threaded Threaded group overview with single post display , similar to mailing list . archives Horizontal-split JavaScript-powered interface with a split view and keyboard shortcuts , similar to a mail or newsgroup . client Read post history The posts you've viewed are saved to a compressed

  • digitalmars.D index D Programming Language Discussion

    Updated: 2012-09-05 22:45:11
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help digitalmars.D Thread Thread Starter Last Post Replies Trouble creating a formatted assert wrapper by Peter Alexander 2 hours ago by Chris Nicholson-Sauls 18 10 new D-etractions A real world programmers view on D by Pragma Tix 2 hours ago by Adam D . Ruppe 82 scope for array parameters by Benjamin Thaut 3 hours ago by Chris Nicholson-Sauls 15 Building LDC from source by

Current Feed Items | Previous Months Items

Aug 2012 | Jul 2012 | Jun 2012 | May 2012 | Apr 2012 | Mar 2012